/*
====================================================================================================================================================================
                                                    Start Content Properties
====================================================================================================================================================================
*/

section#title {
    color: white;
    position: absolute;
    text-align: center;
    font-family: 'Garamond';
    margin: auto;
    top: 0;
    left:0;
    right:0;
    bottom:0;
    height:150px;

}


.parallax {

    /* The image used */
    background-image: url("../img/background.jpg");


    /* Set a specific height */
    min-height: 800px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

.column {
  float: right;
  text-decoration: none;
}

.column_row {
  float:left;
  width:32%;
  padding: 5px;
  text-align: center;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 500px) {
 .column_row {
   width: 100%;
 }
}

.about_me, .research, .projects{
    -webkit-filter: brightness(100%);
}

.about_me:hover, .research:hover, .projects:hover {
    -webkit-filter: brightness(75%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}



/*
====================================================================================================================================================================
                                                    End Content Properties
====================================================================================================================================================================
*/
